func runtime.memhash

11 uses

	runtime (current package)
		alg.go#L39: 	return memhash(p, h, 1)
		alg.go#L43: 	return memhash(p, h, 2)
		alg.go#L47: 	return memhash(p, h, 16)
		alg.go#L54: 	return memhash(p, h, size)
		alg.go#L81: func memhash(p unsafe.Pointer, h, s uintptr) uintptr
		alg.go#L120: 		return memhash(p, h, 4)
		alg.go#L132: 		return memhash(p, h, 8)
		alg.go#L224: 			return memhash(p, h, t.Size_)
		alg.go#L363: 	return memhash(s.array, seed, uintptr(s.len))
		mheap.go#L2669: 	hash := memhash(abi.NoEscape(unsafe.Pointer(&p)), 0, goarch.PtrSize)
		tracemap.go#L78: 	hash := memhash(data, 0, size)